home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / acpi / events / default
Text File  |  2006-05-01  |  858b  |  23 lines

  1. # Copyright 1999-2004 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-1.0.4-default,v 1.2 2005/04/24 16:21:45 brix Exp $
  4.  
  5. # This is the ACPID default configuration, it takes all
  6. # events and passes them to /etc/acpi/default.sh for further
  7. # processing.
  8.  
  9. # event keeps a regular expression matching the event. To get
  10. # power events only, just use something like "event=button[ /]power.*"
  11. # to catch it.
  12. # action keeps the command to be executed after an event occurs
  13. # In case of the power event above, your entry may look this way:
  14. #event=button[ /]power.*
  15. #action=/sbin/init 0
  16.  
  17. # Optionally you can specify the placeholder %e. It will pass
  18. # through the whole kernel event message to the program you've
  19. # specified.
  20.  
  21. event=.*
  22. action=/etc/acpi/default.sh %e
  23.